What JavaScript table widgets you can recommend? [2]
Posted
by
sdespolit
on Stack Overflow
See other posts from Stack Overflow
or by sdespolit
Published on 2011-11-13T07:45:36Z
Indexed on
2011/11/13
9:51 UTC
Read the original article
Hit count: 263
As so far i've "found" Yahoo UI library and it fully conforms to my requirements. Also there is jqGrid that i'm using right now. If there are any alternatives?
UPDATE: Please suggest libraries and don't seek for matching all the requirements listed below. [i'll check it for myself]
My reqs are:
- rows adding, deletinig
- rows reoder (optionally with drag and drop)
- rows selection
- inline editing
- json data over xhr
- (optional) simple integration with backbone.js
disclaimer: there was almost the same question 2 years ago
© Stack Overflow or respective owner